@charset "utf-8";
/* CSS Document */

/*--------base 本站基本设置-----------*/
/*--------基本-----------*/
html {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	padding: 0px;
	margin: 0px;
	min-width: 1200px;
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.qz-index{
	padding-top: 120px;
	background: url(../images/qz100.jpg) no-repeat top center;
	background-size: auto;
}

p,
h1,
h2,
h3 {
	margin: 0px;
	padding: 0px;
}

ul,
ol,
li {
	list-style: none;
}

ul,
ol,
li,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
}

form,
div,
input,
select {
	margin: 0;
	padding: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	border-color: transparent;
	box-shadow: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}

div,
p,
span,
a,
i {
	-webkit-text-size-adjust: none;
	/* 解除移动端最小字体为12px的限制  */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

/*IE 6*/
.clear_both {
	clear: both;
}

.hand {
	cursor: pointer;
}


/*--------link 链接样式-----------*/
a {
	outline: none;
	/*FF标准去虚线框*/
}

a {
	star: expression(this.onFocus=this.blur());
	/* for Ie*去虚线框*/
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #e30202;
}

/*--------font 字体样式-----------*/
.bold,
a.bold {
	font-weight: bold;
}

.normal,
a.normal {
	font-weight: normal;
}

li.bold {
	font-weight: normal;
}

/* 文字颜色 */
.white-font-color,
a.white-font-color {
	color: #FFFFFF;
}

.red-font-color,
a.red-font-color {
	color: #e30202;
}

.black-font-color,
a.black-font-color {
	color: #333333;
}

.black-light-font-color,
a.black-light-font-color {
	color: #666666;
}

.gray-font-color,
a.gray-font-color {
	color: #999999;
}

.gray-shallow-font-color,
a.gray-shallow-font-color {
	color: #dddddd;
}

/* 背景颜色 */
.white-bg-color,
a.white-bg-color {
	background-color: #FFFFFF;
}

.red-bg-color,
a.red-bg-color {
	background-color: #e30202;
}

.red-deep-bg-color,
a.red-deep-bg-color {
	background-color: #bf0103;
}

/* 字号 */
.font-14 {
	font-size: 14px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.font-24 {
	font-size: 24px;
}

.font-32 {
	font-size: 32px;
}

/* 间距 */
.not-mt {
	margin-top: 0 !important;
}

.not-mr {
	margin-right: 0 !important;
}

.not-mb {
	margin-bottom: 0 !important;
}

.not-ml {
	margin-left: 0 !important;
}

.not-pt {
	padding-top: 0 !important;
}

.not-pr {
	padding-right: 0 !important;
}

.not-pb {
	padding-bottom: 0 !important;
}

.not-pl {
	padding-left: 0 !important;
}

.com-not-data {
	text-align: center;
	font-size: 18px;
}

input::-webkit-search-cancel-button {
	display: none;
}

input::-ms-clear {
	width: 24px;
	height: 24px;
}

/*--------font 文字排版-----------*/
.tleft {
	text-align: left;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.hidden {
	display: none;
}

/*超出省略号*/
/*<p class='text-ellipsis'></p>*/
.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	/* for Opera */
	text-overflow: ellipsis;
	/* for IE */
}

/*清除浮动*/
/*<div class='clearfix'></div>*/
.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
}

/* 盒子模式 */
.box-sizing {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* webkit滚动条 */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #bbb;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track-piece {
    background-color: #ddd;
}